Array.opSliceAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opSliceAssign(T value)
  2. auto ref opSliceAssign(T value, size_t start, size_t end)
    struct Array(T)
    ref @nogc
    opSliceAssign
    (
    T
    )
    (,
    size_t start
    ,
    size_t end
    )

Meta